home *** CD-ROM | disk | FTP | other *** search
/ Title Fight 2001 / Title Fight 2001.iso / program files / Comp-U-Sports / Title Fight 2001 / Data / Data.mdb / Betting.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-04-23  |  255 b 

  1. {
  2.     "schema": {
  3.         "BetID": "Long Integer",
  4.         "Date": "DateTime",
  5.         "Description": "Text (255)",
  6.         "AmountBet": "Currency",
  7.         "AmountWon": "Currency",
  8.         "RunningTotal": "Currency"
  9.     },
  10.     "data": [
  11.         {
  12.             "BetID": 1,
  13.             "Description": "Initial Bankroll",
  14.             "AmountBet": 0,
  15.             "AmountWon": 0,
  16.             "RunningTotal": 50000
  17.         }
  18.     ]
  19. }